Contribution org.nuxeo.ecm.webapp.seam.action.defaultChains--chains
In component org.nuxeo.ecm.webapp.seam.action.defaultChains
org.nuxeo.ecm.webapp.seam.action.defaultChains
inside nuxeo-platform-webapp-base-5.8.jar
This contribution is part of XML component Extension Point
Extension point chains of component OperationServiceComponent.Contributed Items
XML Source
<extension point="chains" target="org.nuxeo.ecm.core.operation.OperationServiceComponent">
<chain id="downloadFilesZip">
<operation id="Context.FetchDocument"/>
<operation id="Blob.GetAll"/>
<operation id="Blob.CreateZip">
<param name="filename" type="string">attachments.zip
</param>
</operation>
<operation id="Seam.DownloadFile"/>
</chain>
</extension>